The sequence components are calculated from phase currents using the alpha operator method:
Alpha Operators:
α = ej2π/3 = cos(120°) + j·sin(120°) = -0.5 + j0.866
α² = ej4π/3 = cos(240°) + j·sin(240°) = -0.5 - j0.866
α³ = 1
Sequence Component Equations:
I₀ = (1/3) × (IA + IB + IC)
I₁ = (1/3) × (IA + α·IB + α²·IC)
I₂ = (1/3) × (IA + α²·IB + α·IC)
Note: I₀ = Zero sequence, I₁ = Positive sequence, I₂ = Negative sequence
Phase currents are reconstructed from sequence components:
Phase Current Equations:
IA = I₀ + I₁ + I₂
IB = I₀ + α²·I₁ + α·I₂
IC = I₀ + α·I₁ + α²·I₂
In ABC rotation, phases follow the sequence A → B → C with 120° separation:
Phase A: 0°
Phase B: -120° (or 240°)
Phase C: +120°
In CBA rotation, phases follow the sequence C → B → A with 120° separation:
Phase A: 0°
Phase B: +120°
Phase C: -120° (or 240°)
Important: In CBA rotation, positive and negative sequence components are swapped in the user interface while maintaining ABC calculation standards internally.
radians = degrees × (π/180)
Example: 180° = 180 × (π/180) = π radians
degrees = radians × (180/π)
Example: π radians = π × (180/π) = 180°
This toolkit displays radians as multiples of π for easier interpretation:
π_multiplier = degrees ÷ 180
Display: π_multiplier + "π"
Examples: 90° = 0.5π, 180° = 1.0π, 270° = 1.5π, 360° = 2.0π
Only one phase carries current, typically phase A:
IA = Ifault ∠ 0°
IB = 0 ∠ 0°
IC = 0 ∠ 0°
Resulting Sequence Components:
I₀ = I₁ = I₂ = Ifault/3
All sequence components are equal in magnitude and phase
Two phases carry equal and opposite currents (B and C phases):
IA = 0 ∠ 0°
IB = Ifault ∠ 0°
IC = Ifault ∠ 180°
Resulting Sequence Components:
I₀ = 0 (no zero sequence)
I₁ = -I₂ (positive and negative sequences are equal and opposite)
All phases carry equal magnitude currents with 120° phase separation:
ABC Rotation:
IA = I ∠ 0°
IB = I ∠ 240° (or -120°)
IC = I ∠ 120°
CBA Rotation:
IA = I ∠ 0°
IB = I ∠ 120°
IC = I ∠ 240° (or -120°)
Resulting Sequence Components:
I₀ = 0, I₂ = 0 (only positive sequence exists)
I₁ = I (positive sequence equals phase magnitude)
Given: Magnitude |I| and Angle θ
Real part: Re = |I| × cos(θ)
Imaginary part: Im = |I| × sin(θ)
Complex form: I = Re + j·Im
Given: Real part Re and Imaginary part Im
Magnitude: |I| = √(Re² + Im²)
Angle: θ = arctan(Im/Re)
Polar form: I = |I| ∠ θ
Line currents are the differences between phase currents:
IAB = IA - IB
IBC = IB - IC
ICA = IC - IA
Note: Line currents form a closed triangle: IAB + IBC + ICA = 0